home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2112 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  712 b 

  1. Path: dig.almaden.ibm.com!lynch
  2. From: lynch@dig.almaden.ibm.com (Rob Lynch)
  3. Newsgroups: comp.lang.c
  4. Subject: compound assignment and logical operators
  5. Date: 19 Jan 1996 01:57:44 GMT
  6. Organization: IBM Almaden Research Center
  7. Message-ID: <4dmtqo$dt8@fox.almaden.ibm.com>
  8. NNTP-Posting-Host: dig.almaden.ibm.com
  9.  
  10. Compound assignment (a op= b) is defined for all the binary operators
  11. except relational and equality (< <= >= > == !=).  In particular, they
  12. are defined for the bitwise-logical operators (& ^ |).  Why are they
  13. not defined for the logical operators (&& ||)?
  14.  
  15.   ----
  16. Rob Lynch               IBM Research Division
  17. lynch@almaden.ibm.com   Almaden Research Center
  18. (408)927-2025           San Jose, CA  95120
  19.